func runtime.getcallerfp

4 uses

	runtime (current package)
		proc.go#L4742: 	fp := getcallerfp()
		proc.go#L4805: 	bp := getcallerfp()
		proc.go#L4858: 	save(sys.GetCallerPC(), sys.GetCallerSP(), getcallerfp())
		runtime2.go#L1512: func getcallerfp() uintptr {